submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Wed, 22 Jan 2025 22:57:51 +0000 (23:57 +0100)
committerAurelien Jarno <aurel32@debian.org>
Wed, 22 Jan 2025 22:57:51 +0000 (23:57 +0100)
commit61bd8307c063beb3d6343420a5e76d6ee8a40e1a
tree7de33f7a9559c16c32a260d3ddd5b5afcdb3c7df
parent41980fb76b1081049a95f0e6ba4ffa9efd44f98e
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]